From: Raspbian automatic forward porter Date: Sun, 6 Sep 2026 14:55:24 +0000 (+0100) Subject: Merge version 0.2.1-2+rpi1 and 0.2.2-1 to produce 0.2.2-1+rpi1 X-Git-Tag: archive/raspbian/0.2.2-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=fde58ec097a36c6e63b8a7634f811333b70d23b9;p=sentencepiece.git Merge version 0.2.1-2+rpi1 and 0.2.2-1 to produce 0.2.2-1+rpi1 --- fde58ec097a36c6e63b8a7634f811333b70d23b9 diff --cc debian/changelog index 31f14ac,cde4a0f..e307825 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,20 +1,27 @@@ - sentencepiece (0.2.1-2+rpi1) forky-staging; urgency=medium ++sentencepiece (0.2.2-1+rpi1) forky-staging; urgency=medium + + [changes brought forward from 0.1.94-1+rpi1 by Peter Michael Green at Sun, 13 Dec 2020 09:25:55 +0000] + * Link with libatomic on armhf too. + - -- Raspbian forward porter Fri, 06 Mar 2026 08:35:05 +0000 ++ -- Raspbian forward porter Sun, 06 Sep 2026 14:55:23 +0000 ++ + sentencepiece (0.2.2-1) unstable; urgency=medium + + * New upstream version 0.2.2 + * debian/control + - Add missing dependency with pybind and pyproject + - Bump Standards-Version to 4.7.4. + * debian/rules + - Update configure and build parameters for pybind + * debian/tests/spm-encode + - Update expected pattern for autopkgtest + * debian/patches/support-building-python-module.patch + - Support building Python module with pybind + * debian/patches/disable-static-library.patch + debian/patches/support-python-module-in-place.patch + - Drop needless patch + + -- Kentaro Hayashi Sat, 01 Aug 2026 20:20:13 +0900 sentencepiece (0.2.1-2) unstable; urgency=medium diff --cc debian/rules index 0241179,cab9e61..22e313f --- a/debian/rules +++ b/debian/rules @@@ -10,9 -10,10 +10,10 @@@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 + include /usr/share/dpkg/architecture.mk include /usr/share/dpkg/buildflags.mk -ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel m68k powerpc sh4)) +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel m68k powerpc sh4)) export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed endif